Carbon


UCCompareTextNoLocale

Header: UnicodeUtilities.h Carbon status: Supported

OSStatus UCCompareTextNoLocale (
    UCCollateOptions options, 
    const UniChar *text1Ptr, 
    UniCharCount text1Length, 
    const UniChar *text2Ptr, 
    UniCharCount text2Length, 
    Boolean *equivalent, 
    SInt32 *order
);
options
text1Ptr
text1Length
text2Ptr
text2Length
equivalent
order
function result

A result code.

AVAILABILITY

Supported in Carbon. Available in Mac OS 8.6 and later when Carbon 1.0.2 or later is present.


© 2000 Apple Computer, Inc. — (Last Updated 5/4/2000)